home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / demo / aga / IFT_Scopes1904.lha / IFT-Scope / scopept.txt < prev    next >
Text File  |  1992-09-02  |  2KB  |  71 lines

  1.  
  2.  ---------------------------------------
  3.   $VER:  SCOPEPT by Smack/Infect 170495
  4.  ---------------------------------------
  5.  
  6.  This program plays a ProTracker module and shows some oscilloscope-like
  7.  plots on the screen. Due to the very CPU-hungry plotting routines and the
  8.  sprite anim it requires an AGA machine. It is recommended to have some
  9.  FastRAM and a powerful processor to enjoy the 'nicer' modes.
  10.  
  11.  The prog is controlled via keyboard so try these:
  12.  
  13.   --SCREEN MODES--
  14.   F1 .. Quadrascope 
  15.   F2 .. Stereoscope
  16.   F3 .. Monoscope
  17.  
  18.   --PLOTTING MODES--
  19.   F6 .. dot
  20.   F7 .. line
  21.   F8 .. solid
  22.  
  23.   --OTHER CONTROLS--
  24.   F9 ..  show free processor time
  25.   F10 .. hold display
  26.   HELP.. switch the _cool_ Infect logo on/off
  27.   ESC .. exit
  28.  
  29.  NOTE:
  30.  If your machine is too slow for the selected plotting mode the screen
  31.  borders will flash red. You should use a different mode then.
  32.  (the dotted modes run even on a standard A1200)
  33.  
  34.  I did not (and I never will!) implement a decruncher for the modules coz:
  35.    -it would mean more work for me to code it :^)
  36.    -I don't need it (CrunchMania + RTDD = MORE_FUN!)
  37.    -there are many good decrunch utilities to do this job
  38.     (just make a little batch file for your personal needs...)
  39.  
  40.  other features:
  41.    -no AREXX port
  42.    -no MUI support (hi to A.Maschke, thx for the anims!)
  43.    -no multi tasking
  44.    -no file requester (use DirOpus...)
  45.  
  46.  
  47. --------------------------------------------------------------------------
  48.  Contact me for coders chat or anything else:
  49.      (Smack/Infect)
  50.      Michael Henke
  51.      Praetorius-Str.1/205
  52.      06124 Halle
  53.      Germany
  54.  
  55. --------------------------------------------------------------------------
  56.  HISTORY
  57.  
  58.  090195
  59.    -first version  (it had various terrible bugs,
  60.                     sorry to all people who had trouble with it)
  61.  
  62.  100295
  63.    -recoded from scratch, runs stable now, does not 'eat mem' anymore
  64.  
  65.  150295
  66.    -some optimizations
  67.  
  68.  170495
  69.    -if FastRAM is detected, it is also used for plotting (a lot faster!)
  70.  
  71.